.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.pac {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.index_ttt {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .index_ttt {
    padding-bottom: 20px;
  }
}
.index_ttt h3 {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .index_ttt h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .index_ttt h3 {
    font-size: 18px;
  }
}
.index_ttt h3:after {
  content: '  ';
  vertical-align: middle;
  display: inline-block;
  background: #cccccc;
  width: 33px;
  height: 1px;
}
@media (max-width: 767px) {
  .index_ttt h3:after {
    width: 24px;
  }
}
.index_ttt h3:before {
  vertical-align: middle;
  content: '  ';
  display: inline-block;
  background: #cccccc;
  width: 33px;
  height: 1px;
}
@media (max-width: 767px) {
  .index_ttt h3:before {
    width: 24px;
  }
}
.index_ttt h3 span {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .index_ttt h3 span {
    padding: 0 11px;
  }
}
.index_about {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .index_about {
    padding: 30px 0;
  }
}
.index_about_bq {
  text-align: center;
  color: #666666;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index_about_bq {
    font-size: 13px;
    line-height: 1.5;
  }
  .index_about_bq br {
    display: none;
  }
}
.index_about_ul {
  display: inline-block;
  padding: 48px 0 0;
  width: 100%;
}
.index_about_ul li {
  display: inline-block;
  width: 16.66%;
  padding: 0 1px;
  float: left;
}
@media (max-width: 991px) {
  .index_about_ul li {
    width: 33.33%;
    margin-bottom: 2px;
  }
}
.index_about_ul li:nth-child(2n) a {
  background: #55c694;
}
.index_about_ul li:nth-child(2n) a:hover {
  background: #5dcc9b;
}
.index_about_ul li a {
  padding-top: 42px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #029477;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
@media (max-width: 1200px) {
  .index_about_ul li a {
    padding-top: 22px;
  }
}
.index_about_ul li a:hover {
  background: #0aa284;
}
.index_about_ul li a:hover img {
  animation: fadenum 1s ;
  animation-iteration-count: 2;
}
.index_about_ul li a img {
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
@media (max-width: 1200px) {
  .index_about_ul li a img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .index_about_ul li a img {
    width: 65px;
  }
}
.index_about_ul span {
  padding: 48px 0 40px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .index_about_ul span {
    padding: 28px 0 24px;
  }
}
@media (max-width: 767px) {
  .index_about_ul span {
    padding: 12px 0 14px;
  }
}
@keyframes fadenum {
  100% {
    transform: rotateY(360deg);
  }
}
.index_more {
  text-align: center;
  padding-top: 30px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .index_more {
    padding-top: 20px;
  }
}
.index_more a {
  font-size: 14px;
  color: #666;
  border-radius: 3px;
  line-height: 36px;
  height: 36px;
  padding: 0 22px;
  display: inline-block;
  border: 1px solid #bebebe;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.index_more a:hover {
  background: #0f58de;
  border: 1px solid #0f58de;
  color: #ffffff;
}
@media (max-width: 767px) {
  .index_more a {
    padding: 0 16px;
    line-height: 30px;
    height: 30px;
  }
}
.index_case {
  background: url(../../images/index_bg.png) center 0 no-repeat;
  padding: 80px 0 80px;
  background-size: cover;
}
@media (max-width: 767px) {
  .index_case {
    padding: 30px 0 40px;
  }
}
.index_case .index_more a {
  background: none;
  color: #ffffff;
  border: 1px solid #fff;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.index_case .index_more a:hover {
  background: #fff;
  color: #054993;
}
.index_case .index_ttt h3 {
  color: #ffffff;
}
.index_case .index_ttt h3:before {
  background: #fff;
}
.index_case .index_ttt h3:after {
  background: #fff;
}
.recommend {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .recommend {
    padding-bottom: 30px;
  }
}
.recommend .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 10px!important;
  transform: translateX(-50%);
}
.recommend .swiper-pagination span {
  margin: 0 3px;
}
.recommend .swiper-container {
  padding-top: 14px;
}
.recommend .img {
  width: 100%;
  height: 220px;
  line-height: 220px;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 991px) {
  .recommend .img {
    height: 180px;
    line-height: 180px;
  }
}
@media (max-width: 767px) {
  .recommend .img {
    height: 180px;
    line-height: 180px;
  }
}
.recommend li a {
  color: #7d7d7d;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.recommend li h3 {
  font-size: 16px;
  color: #333333;
  padding: 10px 0 ;
  margin-bottom: 10px;
  position: relative;
}
.recommend li h3:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 28px;
  height: 2px;
  background: #de0f0f;
}
@media (max-width: 767px) {
  .recommend li h3 {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    padding: 12px 0 10px;
  }
}
.recommend li span {
  background: #029477;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 26px;
}
.recommend .swiper-pagination-bullet-active {
  background: #cfb17d !important;
}
.recommend .tb {
  padding: 4px 17px 14px;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .recommend .tb {
    padding: 0 7px 14px;
  }
}
.recommend .tb img {
  padding-left: 7px;
}
.recommend .swiper-pagination {
  bottom: 25px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .recommend .swiper-pagination {
    bottom: 0px!important;
  }
}
.swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  background: #fff;
  outline: none;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 3px;
  }
}
.kindex_4 ul {
  width: 100%;
  display: none;
  float: left;
}
.kindex_4 ul li {
  background: #fff;
  padding: 18px 0;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 24px;
  float: left;
}
.kindex_4 ul li img {
  width: 220px;
  height: 149px;
}
.kindex_4 ul li .q2 {
  float: left;
  width: 235px;
}
.kindex_4 ul li .q1 {
  float: left;
  width: 330px;
}
.kindex_4 ul li a {
  display: inline-block;
}
.kindex_4 ul li h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.kindex_4 ul li span {
  font-size: 14px;
  color: #0f58de;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.kindex_4 ul li p {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kindex_4 ul li img {
    width: 175px;
    height: 119px;
  }
  .kindex_4 ul li h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 3px;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 185px;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 250px;
  }
  .kindex_4 ul li span {
    font-size: 14px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .kindex_4 ul li p {
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .kindex_4 ul li {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0 ;
    margin-bottom: 14px;
    float: left;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 32%;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 68%;
  }
  .kindex_4 ul li img {
    width: 220px;
    height: 149px;
  }
}
@media (max-width: 767px) {
  .kindex_4 ul li {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0 ;
    margin-bottom: 14px;
    float: left;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 32%;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 66%;
    margin-left: 2%;
  }
  .kindex_4 ul li img {
    width: 220px;
    height: 110px;
  }
  .kindex_4 ul li h3 {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .kindex_4 ul {
    padding-bottom: 0px;
  }
  .kindex_4 ul li {
    background: #fff;
    padding: 10px 0 5px;
    width: 100%;
    margin: 0 ;
    margin-bottom: 0px;
    float: left;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 32%;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 66%;
    margin-left: 2%;
  }
  .kindex_4 ul li img {
    width: 220px;
    height: 80px;
  }
  .kindex_4 ul li h3 {
    font-size: 14px;
    padding-top: 8px;
  }
  .kindex_4 ul li p {
    display: none;
  }
  .kindex_4 ul li span {
    border-bottom: none;
  }
}
.imgzb {
  display: inline-block;
  overflow: hidden;
}
.imgzb img {
  transition: 0.3s;
}
.imgzb:hover img,
.k_tnewxc2 li:hover .imgzb img,
.k_img_k2 li:hover .imgzb img,
.k_img_k1 li:hover .imgzb img,
.kindex_2 li:hover .imgzb img,
.kindex_4 li:hover .imgzb img,
.kindex_5 ul li:hover .imgzb img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.foot_ul_nav {
  text-align: center;
}
@media (max-width: 767px) {
  .foot_ul_nav {
    padding-top: 0;
  }
}
.foot_ul_nav li {
  line-height: 30px;
  display: inline-block;
}
.foot_ul_nav li span {
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 767px) {
  .foot_ul_nav li span {
    font-size: 14px;
    padding: 0 4px;
    display: none;
  }
}
.foot_ul_nav li:first-child span {
  display: none;
}
.foot_ul_nav li a {
  font-size: 16px;
  display: inline-block;
  color: #bbbbbb;
}
.foot_ul_nav li a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .foot_ul_nav li a {
    font-size: 14px;
    padding: 0 8px;
  }
}
.bdn {
  border: none!important;
  padding: 20px 0 0!important;
  text-align: center;
}
.increase {
  display: inline-block;
  width: 100%;
  padding: 34px 0;
}
.increase li {
  float: left;
  width: 25%;
  text-align: center;
}
.increase strong {
  font-size: 54px;
  color: #d6322d;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
}
.increase h3 {
  display: block;
}
.increase span {
  color: #666;
  position: relative;
  right: -4px;
}
.increase p {
  color: #797979;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .increase {
    padding: 34px 0 0px;
  }
  .increase strong {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .increase li {
    width: 50%;
  }
  .increase p {
    color: #797979;
    padding-top: 4px;
    padding-bottom: 12px;
  }
}
.jzk_crumbs {
  color: #9DA0B3;
  background: #f8f8f8;
  padding: 18px 0;
  width: 100%;
  position: relative;
  z-index: 9;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
}
.jzk_crumbs i {
  margin-right: 8px;
  font-size: 20px;
  color: #999999;
}
.jzk_crumbs a:hover {
  color: #0f58de;
}
@media (max-width: 767px) {
  .jzk_crumbs {
    padding: 8px 0;
  }
  .jzk_crumbs i {
    margin-right: 4px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pape_tx2q li:last-child {
    display: none;
  }
}
.index_porx li {
  display: inline-block;
}
.index_porx .img {
  width: 100%;
  height: 260px;
  line-height: 260px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  display: inline-block;
}
@media (max-width: 991px) {
  .index_porx .img {
    height: 200px;
    line-height: 200px;
  }
}
@media (max-width: 767px) {
  .index_porx .img {
    height: 160px;
    line-height: 160px;
  }
}
.index_porx h4 {
  position: relative;
}
.index_porx h4:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 28px;
  height: 3px;
  background: #de0f0f;
}
.jzk_product_l .gallery-top .swiper-slide {
  min-height: 260px;
  line-height: 260px;
  background: #ffffff;
  vertical-align: middle;
  text-align: center;
}
.product_mb20 {
  margin-bottom: 20px;
}
.recommend .swiper-button-next,
.recommend .swiper-button-prev {
  background: none;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #ffffff;
  background: #000;
  margin-top: -30px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.recommend .swiper-button-next:hover,
.recommend .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}
.recommend2 .swiper-button-next,
.recommend2 .swiper-button-prev {
  background: none;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #ffffff;
  background: #000;
  margin-top: -20px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.recommend2 .swiper-button-next:hover,
.recommend2 .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}
.recommend .swiper-button-next {
  right: -40px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  opacity: 0;
}
.recommend .swiper-button-prev {
  left: -40px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  opacity: 0;
}
.recommend:hover .swiper-button-next {
  right: 0;
  opacity: 1;
}
.recommend:hover .swiper-button-prev {
  left: 0;
  opacity: 1;
}
.foot_41_3 {
  text-align: right;
  padding-right: 20px;
}
.foot_41_3 img {
  max-width: 120px;
  max-height: 120px;
}
@media (max-width: 767px) {
  .foot_41_3 {
    padding-right: 0px;
    text-align: center;
  }
  .foot_41_3 img {
    max-width: 90px;
    max-height: 90px;
  }
}
.foot_link .recommend2 .img {
  width: 100%;
  height: auto;
  line-height: 2;
  text-align: center;
  background: #ffffff;
}
.foot_link .recommend2 .swiper-button-next,
.foot_link .recommend2 .swiper-button-prev {
  background: none!important;
  color: #000000 !important;
}
.foot_link .recommend2 .swiper-button-next:hover,
.foot_link .recommend2 .swiper-button-prev:hover {
  background: none!important;
}
.foot_link .recommend2 .swiper-button-next i,
.foot_link .recommend2 .swiper-button-prev i {
  font-size: 24px!important;
}
.foot_link .recommend2 .swiper-button-next.swiper-button-disabled,
.foot_link .recommend2 .swiper-button-prev.swiper-button-disabled {
  color: #d6d6d6 !important;
}
.foot_link .recommend2 .swiper-button-next.swiper-button-disabled i,
.foot_link .recommend2 .swiper-button-prev.swiper-button-disabled i {
  color: #d6d6d6 !important;
}
.foot_link .index_ttt {
  text-align: center;
  padding-bottom: 30px;
}
.foot_link .index_ttt h3:before {
  background: #222222 !important;
}
.foot_link .index_ttt h3:after {
  background: #222222 !important;
}
.foot_link .index_ttt h3 {
  color: #222 !important;
}
.foot_link {
  padding: 50px 0 40px;
  background: #eeeeee !important;
}
.foot_link .recommend2 .swiper-button-next {
  opacity: 1;
  right: -60px !important;
}
.foot_link .recommend2 .swiper-button-prev {
  opacity: 1;
  left: -60px !important;
}
/*# sourceMappingURL=style_n.css.map */